home *** CD-ROM | disk | FTP | other *** search
/ Hidden Truth / Hidden Truth.iso / amiga / aweb30local / aweb_multiscan < prev    next >
Text File  |  1997-03-06  |  664b  |  28 lines

  1. c:requestchoice >env:rcmult "Welcome To The Hidden Truth" "Screenmode: *nMultiscan Productivity *n640x480 *n *n---IMPORTANT--- *nIf you aren't sure whether or not your system is capable *nof using this screenmode then press 'Cancel' *n *nSelect from below the number of colours *nyou would like to open your screen in, *nor if you don't have much memory *nyou may open AWeb on your workbench screen *n" "  64 | 128 | 256 | On Workbench | Cancel "
  2.  
  3. if $rcmult eq 1
  4.  
  5. execute aweb_multiscan64
  6.  
  7. endif
  8.  
  9. if $rcmult eq 2
  10.  
  11. execute aweb_multiscan128
  12.  
  13. endif
  14.  
  15. if $rcmult eq 3
  16.  
  17. execute aweb_multiscan256
  18.  
  19. endif
  20.  
  21. if $rcmult eq 4
  22.  
  23. execute aweb_multiscanwb
  24.  
  25. else
  26.   endcli 
  27. endif
  28.